Skip to content
  1. @Controller + @RequestMapping
  2. 实现Controller接口,beanID需要斜杠开头就是映射路径
  3. 实现HttpRequestHandle,beanID需要斜杠开头就是映射路径
  4. 定义一个RouterFunction<ServerResponse>的bean